set precedence

This command defines the precedence to set on the specified match-map. Use the no form of this command to remove a set precedence.

Syntax

set precedence routine
set precedence priority
set precedence network
set precedence internet
set precedence immediate
set precedence flash-override
set precedence flash
set precedence critical
set precedence <precedence value>

Command

Description

routine

Matches packets with routine precedence (0).

priority

Matches packets with priority precedence (1).

network

Matches packets with network control precedence (7).

internet

Matches packets with internetwork control precedence (6).

immediate

Matches packets with immediate precedence (2).

flash-override

Matches packets with flash override precedence (4).

flash

Matches packets with flash precedence (3).

critical

Matches packets with critical precedence (5).

precedence value

Defines the Precedence value (0-7).

Default

NA

Command Mode

Privileged User

Examples:

This example configures the precedence match-map to set traffic that matches this match-map to the flash precedence (3):

# configure data
(config-data)# qos match-map input mmap2
(conf-m-map)# set precedence flash